home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / architecture / hppa / cframe.h < prev    next >
C/C++ Source or Header  |  1994-06-08  |  524b  |  21 lines

  1. /* Copyright (c) 1991 NeXT Computer, Inc.  All rights reserved.
  2.  *
  3.  *    File:    architecture/hppa/cframe.h
  4.  *    Author:    Joshua Doenias, NeXT Computer, Inc.
  5.  *
  6.  *    This include file defines C calling sequence defines
  7.  *    for NeXT hppa-based products.
  8.  *
  9.  * HISTORY
  10.  * 22-Sep-93  Joshua Doenias (josh@next.com)
  11.  *    Created.
  12.  */
  13.  
  14. #ifndef    _ARCH_HPPA_CFRAME_H_
  15. #define    _ARCH_HPPA_CFRAME_H_
  16.  
  17. #define    C_ARGSAVE_LEN        48    // at least 48 bytes of arg save
  18. #define    C_STACK_ALIGN        64    // stack must be 64 byte aligned
  19.  
  20. #endif    _ARCH_HPPA_CFRAME_H_
  21.